Skip to content

ReplaySubject.OnError(Exception) method

Defined in

Type: ReplaySubject Namespace: System.Reactive.Subjects Assembly: System.Reactive.dll

Applies to

netstandard2.0

public override void OnError(Exception error)

Summary: Notifies all subscribed and future observers about the specified exception.

Parameters

NameTypeDescription
errorExceptionThe exception to send to all observers.

Exceptions

TypeCondition
System.ArgumentNullExceptionerror is null.